mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-09-15 18:07:32 +00:00
6 lines
88 B
Makefile
6 lines
88 B
Makefile
all: cre2.o
|
|
clean:
|
|
rm -f cre2.o
|
|
cre2.o: cre2.cpp cre2.h
|
|
g++ -O3 -c -o cre2.o cre2.cpp
|