From 9bb1c5371affb2ff0b83256470dec7461b404264 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 4 May 2017 11:48:08 +0200 Subject: Beginning of tk.lua --- res/fonts/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 res/fonts/Makefile (limited to 'res/fonts/Makefile') diff --git a/res/fonts/Makefile b/res/fonts/Makefile deleted file mode 100644 index 758bbcf..0000000 --- a/res/fonts/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -CC=gcc -CFLAGS=-I../../src/lib/include/proto -std=c11 -AS=nasm -ASFLAGS=-fbin - -all: pcvga.bf muazzam.bf - -%.bf: %.c - $(CC) $(CFLAGS) -o $<.bin $< - ./$<.bin > $@ - rm $<.bin - -%.bf: %.s - $(AS) $(ASFLAGS) -o $@ $< - -clean: - rm *.bf || exit 0 - -rebuild: clean all -- cgit v1.2.3