minimacplus/components/tme/romhack/Makefile

8 lines
84 B
Makefile
Raw Normal View History

2017-03-08 12:29:47 +00:00
OBJS=recalcchs.o
TARGET=recalcchs
$(TARGET): $(OBJS)
$(CC) -o $(TARGET) $(OBJS)