shithub: cursedfs

ref: 35bac6a836a15c60f6b7b6f26d0f8d8545e8e1a0
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