diff --git a/problems/1-two-sum/Makefile b/problems/1-two-sum/Makefile deleted file mode 100644 index ab746c4..0000000 --- a/problems/1-two-sum/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -all: lib.o main.o - gcc -Wall -o bin lib.o main.o - -lib.o: lib.c - gcc -c -Wall lib.c - -main.o: main.c - gcc -c -Wall main.c - -run: - ./bin - -clean: - rm *.o bin diff --git a/problems/1-two-sum/Makefile b/problems/1-two-sum/Makefile new file mode 120000 index 0000000..25eaf27 --- /dev/null +++ b/problems/1-two-sum/Makefile @@ -0,0 +1 @@ +../template/Makefile \ No newline at end of file diff --git a/problems/223-rectangle-area/Makefile b/problems/223-rectangle-area/Makefile deleted file mode 100644 index ab746c4..0000000 --- a/problems/223-rectangle-area/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -all: lib.o main.o - gcc -Wall -o bin lib.o main.o - -lib.o: lib.c - gcc -c -Wall lib.c - -main.o: main.c - gcc -c -Wall main.c - -run: - ./bin - -clean: - rm *.o bin diff --git a/problems/223-rectangle-area/Makefile b/problems/223-rectangle-area/Makefile new file mode 120000 index 0000000..25eaf27 --- /dev/null +++ b/problems/223-rectangle-area/Makefile @@ -0,0 +1 @@ +../template/Makefile \ No newline at end of file