workaround for "make clean" problem
This commit is contained in:
parent
4f8c1c7ade
commit
5d67cfbd1a
|
@ -41,6 +41,7 @@ $(FOBJS): $(foreach ft,$(FONTS),$(ft).h) fonts.h
|
|||
|
||||
clean:
|
||||
rm -f $(OBJS) $(LIBFILE) fonts/*.o allfonts.h
|
||||
touch allfonts.h
|
||||
|
||||
render.o: render.c render.h display.h fonts.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue