mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-08 12:28:27 +00:00
8 lines
78 B
Makefile
8 lines
78 B
Makefile
|
|
ctree: ctree.o
|
|
gcc -g -O2 -Wall -o ctree ctree.c
|
|
|
|
clean:
|
|
rm ctree ctree.o
|
|
|