diff options
Diffstat (limited to 'host/matelight/Makefile')
-rw-r--r-- | host/matelight/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/host/matelight/Makefile b/host/matelight/Makefile deleted file mode 100644 index 1f90145..0000000 --- a/host/matelight/Makefile +++ /dev/null @@ -1,6 +0,0 @@ - -all: main.c font.c font.h color.c color.h - gcc -std=gnu11 -Wall -lm -o matelight -g -O0 main.c font.c color.c - -clean: - rm matelight |