noop/Makefile

6 lines
56 B
Makefile
Raw Normal View History

2022-05-31 14:46:31 +01:00
noop: noop.c
gcc -static $< -o $@ -O3
clean:
rm noop