diff options
author | jaseg <jaseg@jaseg.net> | 2014-01-02 02:41:50 +0100 |
---|---|---|
committer | jaseg <jaseg@jaseg.net> | 2014-01-02 02:41:50 +0100 |
commit | 6d84637d7e34dbbda8a4192b17a274810a55adc3 (patch) | |
tree | 74e464bb410411858c1bd2ef8e79f38102060e9b /host/matelight/Makefile | |
parent | 21b9596a98fbe051b1b194bdd4c99293233b7922 (diff) | |
download | matelight-6d84637d7e34dbbda8a4192b17a274810a55adc3.tar.gz matelight-6d84637d7e34dbbda8a4192b17a274810a55adc3.tar.bz2 matelight-6d84637d7e34dbbda8a4192b17a274810a55adc3.zip |
Consider it a memorial.
Diffstat (limited to 'host/matelight/Makefile')
-rw-r--r-- | host/matelight/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/matelight/Makefile b/host/matelight/Makefile new file mode 100644 index 0000000..2a7e971 --- /dev/null +++ b/host/matelight/Makefile @@ -0,0 +1,6 @@ + +all: main.c font.c font.h + gcc -std=gnu11 -Wall -lm -o matelight -g -O0 main.c font.c + +clean: + rm matelight |