mirror of
https://github.com/bronson-g/rogueLike.git
synced 2025-12-23 22:17:49 -05: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
|