diff options
author | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 22:56:35 +0100 |
---|---|---|
committer | Leonard Kugis <leonardkugis@gmail.com> | 2018-01-13 22:56:35 +0100 |
commit | 97b5922a75b6f0337c2d3ae4bc62dc18347f861e (patch) | |
tree | 9a11aa45941d35061cefd59e787e93696f5b35c7 /Makefile | |
parent | 78109333d989fa678c3c864defc4ef9d170f58ce (diff) |
Funktionierendes settings GUI
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 |