shithub: cursedfs

ref: 3c761dea5de8d7b2bce06a39c51c7885f08910de
dir: /demo/Makefile/

View raw version
all: main

main: main.c binheap.c monsters.c world.c printing.c
	ape/cc main.c binheap.c monsters.c world.c printing.c -lm -o dungeon_generator

clean: 
	rm dungeon_generator *.o