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