mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-19 09:31:24 +00:00
5 lines
36 B
Makefile
5 lines
36 B
Makefile
|
|
||
|
main: main.c
|
||
|
gcc -o main *.c -lm
|
||
|
|