This commit is contained in:
julianb0 2019-09-09 14:29:28 +02:00
parent 495e0380db
commit 633577e99c
No known key found for this signature in database
GPG Key ID: 9C7ACF0C053FB8A1
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ ob/instrs.lst: in/arch_i.py
clean:
@rm -f ob/*/*.o ob/arch_i.h ob/instrs.lst
@rm -f ob/*/*.d ob/*.k
@rm -f ob/*/*.d ob/*.k ob/*.sym
$(KEXE): ob/instrs.lst $(obj)
@gcc -O2 -lSDL2 -lSDL2_ttf -Wall $(obj) -o $(KEXE)