gh/Makefile
2026-01-15 15:50:03 +05:00

9 lines
92 B
Makefile

default:
cd src && $(MAKE)
clean:
cd src && $(MAKE) clean
play:
cd src && $(MAKE) play