Skip to content

Commit

Permalink
Merge branch 'makerun'
Browse files Browse the repository at this point in the history
  • Loading branch information
gustafla committed Aug 2, 2023
2 parents 518fa87 + a7a3568 commit b1f3715
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,14 @@ compile_commands.json: $(SOURCES)

.PHONY: clean


clean:
rm -rf $(BUILDDIR) $(RELEASEDIR) compile_commands.json
$(MAKE) -C lib/SDL clean
$(MAKE) -C lib/rocket clean


.PHONY: run

# Compile and run the executable with 'make run'
run: $(TARGET)
./$(TARGET)

0 comments on commit b1f3715

Please sign in to comment.