mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-04-13 15:34:44 +00:00
6 lines
60 B
Makefile
6 lines
60 B
Makefile
all: apltest
|
|
|
|
apltest: apltest.c
|
|
gcc -o apltest apltest.c
|
|
|