Commit Graph

21 Commits

Author SHA1 Message Date
Brian Barto e42155973a ncurses implementation
modified:   Makefile
	new file:   src/nms-ncurses.c
2017-01-17 22:00:24 -05:00
Brian Barto 5ffdfb5e40 Substitute the conditional checks with a 'rm -f'
modified:   Makefile
2017-01-17 19:39:16 -05:00
Brian Barto 79cfbf0b71 Dont make sneakers by default. user must specify 'make sneakers' or 'make all'
modified:   Makefile
2017-01-17 19:30:24 -05:00
Brian Barto 1c65c9a218 Renamed the files
modified:   Makefile
	modified:   README.md
	renamed:    src/nms.c -> src/main.c
	renamed:    src/libnms.c -> src/nms.c
	renamed:    src/libnms.h -> src/nms.h
	modified:   src/sneakers.c
2017-01-16 16:28:12 -05:00
Brian Barto e7ec1e9b9a Change main.c file name to nms.c
modified:   Makefile
	renamed:    src/main.c -> src/nms.c
2017-01-13 15:58:05 -05:00
Brian Barto da514019de Initial update with code from libnms
modified:   Makefile
	new file:   src/libnms.c
	new file:   src/libnms.h
	modified:   src/main.c
	modified:   src/sneakers.c
2017-01-08 17:22:03 -05:00
Zero_Chaos a5ec746492 update Makefile to support overrides
This is what I needed to do to package this app for gentoo.  Hilarious work btw, really love it. thanks.
2016-09-18 23:33:29 -04:00
Brian Barto 5aa1eb0485 Adding a condition for Darwin kernels to use ncurses instead of ncursesw.
modified:   Makefile
2016-07-09 14:06:23 -04:00
Andrew Janke 91cdae4b72 Makefile: add DESTDIR support 2016-05-20 16:13:33 -04:00
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