From 55e9614a6358fb3270405332e94c2eeda057350b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 11 Mar 2015 20:47:04 +0100 Subject: Include kernel.map in tests. --- res/fonts/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res/fonts/Makefile') diff --git a/res/fonts/Makefile b/res/fonts/Makefile index 8b50213..9a2a6b3 100644 --- a/res/fonts/Makefile +++ b/res/fonts/Makefile @@ -3,6 +3,8 @@ CFLAGS=-I../../src/lib/include -std=c11 AS=nasm ASFLAGS=-fbin +all: pcvga.bf muazzam.bf + %.bf: %.c $(CC) $(CFLAGS) -o $<.bin $< ./$<.bin > $@ @@ -11,8 +13,7 @@ ASFLAGS=-fbin %.bf: %.s $(AS) $(ASFLAGS) -o $@ $< -all: pcvga.bf muazzam.bf - clean: rm *.bf || exit 0 +rebuild: clean all -- cgit v1.2.3