This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Tortuga/makefile
T
2013-06-07 04:10:31 +10:00

8 lines
71 B
Makefile

all:
$(MAKE) -C libs
clean:
$(RM) *.o *.a *.exe
rebuild: clean all