Remove target for font.cpp.dep
This was causing build failures
This commit is contained in:
parent
d09d301849
commit
94732b0bc4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ __all__.files: $(OBJECTS)
|
|||
%.$(OBJECT_SUFFIX): %.cpp %.cpp.dep
|
||||
$(REALCC) $(CFLAGS) -c -o $@ $< -I../../include -Wall
|
||||
|
||||
font.cpp font.cpp.dep: $(FONT_SRC)
|
||||
font.cpp: $(FONT_SRC)
|
||||
echo "extern const char* font_hex_data;" >font.cpp
|
||||
echo "const char* font_hex_data = " >>font.cpp
|
||||
sed -E -f fonttransform.sed <$^ >>font.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue