gh/Makefile
2026-01-14 20:49:53 +05:00

9 lines
92 B
Makefile

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