Skip to content

Commit

Permalink
Don't produce error when no object files
Browse files Browse the repository at this point in the history
  • Loading branch information
gholmann16 committed Jan 31, 2024
1 parent fb82437 commit c0a40ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ menu.o: menu.c
cc menu.c $(CFLAGS) $(INC_FLAGS)

clean:
rm *.o
rm -f *.o

release: CFLAGS += -O3
release: clean notes
Expand Down

0 comments on commit c0a40ed

Please sign in to comment.