diff options
author | Brett Weiland <techcrazybsw@gmail.com> | 2020-07-22 01:02:16 -0500 |
---|---|---|
committer | Brett Weiland <techcrazybsw@gmail.com> | 2020-07-22 01:02:16 -0500 |
commit | 727cb1420c171dfed8213aa1b47ec3c542968b43 (patch) | |
tree | 7543971ae3aabe553655454ad6a73be571d070a7 /Makefile | |
parent | 0724dd34334c3ba5ae4d127bd4b23d872a0aa273 (diff) |
deleted: ../Makefile
modified: ../color
deleted: ../color.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index cbc04cd..0000000 --- a/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -make: - gcc color.c -lX11 -o color -debug: - gcc color.c -lX11 -Wall -o color -ggdb |