mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-04-30 13:52:33 +00:00
4 lines
62 B
Makefile
4 lines
62 B
Makefile
APP=tzx2wav
|
|
|
|
../$(APP): $(APP).c hardware.h
|
|
gcc -o $@ $< -lz
|