Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e89755348d | |||
| 8c18cd1334 |
+2015
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -4,3 +4,6 @@ SRCS = main.c quotes.c village_manager.c villagers.c
|
||||
TARGET = main
|
||||
all:
|
||||
$(CC) -o $(TARGET) $(SRCS) $(CFLAGS)
|
||||
|
||||
clean:
|
||||
rm $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user