diff options
Diffstat (limited to 'subs/Makefile')
-rw-r--r-- | subs/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/subs/Makefile b/subs/Makefile deleted file mode 100644 index e3ae446..0000000 --- a/subs/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -CC = klcc -CFLAGS = -Wall -TARGET = subs - -all: $(TARGET) - -$(TARGET): $(TARGET).c - $(CC) $(CFLAGS) $(TARGET).c -o $(TARGET) - -clean: - rm -f $(TARGET) |