Clean up.

This commit is contained in:
2026-07-14 13:21:04 -07:00
parent 943ed21776
commit ffc4310646
12 changed files with 1445 additions and 955 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ endif
EXE=handmadehero
default: libhandmade $(EXE)
default: tags libhandmade $(EXE)
libhandmade: handmade.c
@ $(CC) $(FLAGS) $(UFLAGS) -fPIC -shared $(INCLUDE) $^ $(LIBS) $(FRAMEWORKS) -o libhandmade.so
@@ -57,7 +57,7 @@ run:
@ ./$(EXE)
tags: $(OBJS)
ctags -R *.h *.c
@ ctags -R *.h *.c
clean:
@rm -rf $(EXE) $(EXE).dSYM libhandmade.so libhandmade.so.dSYM
@rm -rf $(EXE) $(EXE).dSYM libhandmade.so libhandmade.so.dSYM tags