mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-02-03 15:22:53 +00:00
6 lines
60 B
Makefile
Vendored
6 lines
60 B
Makefile
Vendored
all: apltest
|
|
|
|
apltest: apltest.c
|
|
gcc -o apltest apltest.c
|
|
|