mirror of
https://github.com/mist-devel/mist-board.git
synced 2026-02-08 17:01:18 +00:00
4 lines
62 B
Makefile
4 lines
62 B
Makefile
APP=tzx2wav
|
|
|
|
../$(APP): $(APP).c hardware.h
|
|
gcc -o $@ $< -lz
|