Commit Graph

12 Commits

Author SHA1 Message Date
Brian Barto 9d7ac87af3 Bug fix for UTF-8 character support on ubuntu. Needed to link to the ncursesw library.
modified:   Makefile
	modified:   README.md
	modified:   src/nms.c
2016-05-12 15:06:35 -04:00
Brian Barto 3bd75128fb Updatign makefile to include arch linux support
modified:   Makefile
2016-05-06 12:17:47 -04:00
Ivan Makfinsky ba06fa3eac Changed test for OS to account for Fedora and RHEL/CentOS more accurately. Also updaated the ncurses-dev to ncusrses-devel for same. 2016-05-06 11:24:32 -04:00
Brian Barto 4c5e2c7f74 Removing unused var DESTDIR from makefile
modified:   Makefile
2016-05-04 10:23:33 -04:00
Andrew Janke 28a7137d6f build: add make install/uninstall targets 2016-05-01 15:30:50 -04:00
Maxwell Gerber b771aa9663 Modified makefile for different flavors of *nix 2016-04-28 17:36:35 -07:00
mrundle 9f82b10b5c actually require ncurses 2016-04-28 05:25:18 +00:00
mrundle 12e08849fd minor Makefile cleanup and introduced gcc warnings 2016-04-28 04:51:47 +00:00
Brian Barto 7bfe0b9ff5 Commiting an example use case that mimicks the movie scene in sneakers. 2016-04-19 18:18:02 -04:00
Brian Barto 6da3bbdce5 Restructured the application file a bit.
modified:   Makefile
	renamed:    src/nms.c -> src/main.c
	copied:     src/nms.h -> src/nms.c
	modified:   src/nms.h
2016-04-18 12:00:57 -04:00
Brian Barto 80d37d7dc4 Quick change to the makefile
modified:   Makefile
2016-04-18 11:12:56 -04:00
Brian Barto 4ecd5fcfb3 Changed up the Makefile a bit to make it simpler. Also changed it's location
and added a bin dir.

	new file:   Makefile
	renamed:    src/obj/.gitignore -> bin/.gitignore
	new file:   obj/.gitignore
	deleted:    src/Makefile
2016-04-15 14:02:09 -04:00