Fireworks/Makefile
2024-05-23 20:52:48 +08:00

9 lines
85 B
Makefile

LDLIBS=-lncurses -lm
main: particle.o main.o
clean:
$(RM) *.o main
.PHONY: clean