diff --git a/streq/Makefile b/streq/Makefile index 1201dbd..2925277 100644 --- a/streq/Makefile +++ b/streq/Makefile @@ -1,2 +1 @@ streq: streq.c - $(CC) -g -o streq streq.c