diff options
Diffstat (limited to 'dev/c/src/hello/Makefile')
-rw-r--r-- | dev/c/src/hello/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev/c/src/hello/Makefile b/dev/c/src/hello/Makefile index a6d9f07..2c0ff2d 100644 --- a/dev/c/src/hello/Makefile +++ b/dev/c/src/hello/Makefile @@ -1,7 +1,6 @@ -CC=gcc CFLAGS=-Wall -hello: hello.o +hello: hello.c clean: rm -f *.o hello |