shithub: cursedfs

ref: a0bc995332afdd4b693347cfae94694e6c601aed
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: dungeon_generator
	rm dungeon_generator