mirror of
https://github.com/osnr/TabFS.git
synced 2026-03-14 21:15:44 +01:00
6 lines
64 B
Makefile
6 lines
64 B
Makefile
run-test: test
|
|
node test.js
|
|
./test
|
|
|
|
test: test.c
|
|
cc -o $@ $^
|