mirror of
https://github.com/bronson-g/rogueLike.git
synced 2026-06-11 01:57:41 -04:00
3 lines
114 B
Makefile
3 lines
114 B
Makefile
all:
|
|
gcc -Wall -pedantic -std=c99 -Iinclude src/main.c src/menu.c src/setup.c src/rogue.c -o bin/runMe -lncurses
|