base-runtime/tests/resources/hello-world/Makefile
2017-04-27 14:44:57 +02:00

4 lines
59 B
Makefile

default: hello
hello: hello.c
gcc -Wall hello.c -o hello