Change main.c to timetracker, and executable.

This commit is contained in:
2026-03-03 00:11:40 -08:00
parent cb80ef0931
commit 60902a347d
3 changed files with 12 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ else
FRAMEWORKS =
endif
EXE=main
EXE=timetracker
$(EXE): $(EXE).c
$(CC) $(FLAGS) $(UFLAGS) $(INCLUDE) $^ $(LIBS) $(FRAMEWORKS) -o $@