mirror of
https://github.com/rricharz/Tek4010.git
synced 2026-03-07 03:35:56 +00:00
6 lines
60 B
Makefile
6 lines
60 B
Makefile
all: apltest
|
|
|
|
apltest: apltest.c
|
|
gcc -o apltest apltest.c
|
|
|