diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-07-26 22:13:33 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-07-26 22:13:33 +0100 |
commit | 0adbc2a776c36b736bb5acb7184ba559d9428bc4 (patch) | |
tree | eee749a383e9220d12b21a6d74e881400c64b765 /Makefile | |
parent | 8f25f7b9abb68e2efbc732a69f09d795ad79433c (diff) |
towards dynamic screen management
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,8 +17,9 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" -gramscii: ${INC} - +gramscii: ${SRC} ${INC} + $(CC) $(CFLAGS) -o gramscii ${SRC} + clean: @echo cleaning @rm -f $(SRC:.c=) |