Compare commits
No commits in common. '87ed48c4884c7a7b6e8038badeb7175f6d279a19' and 'e7b01fe3540c0665f7acd54f2ba22f2886b3d964' have entirely different histories.
87ed48c488
...
e7b01fe354
5 changed files with 1 additions and 22 deletions
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
include config.mk |
||||
|
||||
c-jack: src/main.c |
||||
$(CC) $^ -o $@
|
||||
|
||||
%.o: src/%.c |
||||
$(CC) $^ -c
|
||||
|
||||
clean: |
||||
rm -f *.o c-jack
|
||||
|
||||
.PHONY: clean |
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
# C-jack |
||||
|
||||
Terminal version of blackjack. |
||||
Tetminal version of blackjack. |
Loading…
Reference in new issue