diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 5aa918f..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -CC = gcc
-CFLAGS = -std=c99 -pedantic -Wall -Wextra
-
-all: blatt09_1_2.exe
-blatt09_1_2.exe: blatt09_1_2.o
- $(CC) $(CFLAGS) -o blatt09_1_2.exe blatt09_1_2.o
-blatt09_1_2.o: blatt09_1_2.c blatt09_1_2.h defs.h
- $(CC) $(CFLAGS) -c blatt09_1_2.c
\ No newline at end of file |