shithub: cursedfs

ref: ba9a4254b691e9cdd6b06dcb33fd2f36eb4703cb
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