1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-03-07 03:35:56 +00:00
Files
rricharz.Tek4010/apl/makefile
2019-05-10 06:57:37 +02:00

6 lines
60 B
Makefile

all: apltest
apltest: apltest.c
gcc -o apltest apltest.c