Commit Graph

26 Commits

Author SHA1 Message Date
Misty De Meo
abbdb68acb Makefile: remove usage of GNU install-specific flag
The -D flag, though useful, is a GNU extension. Instead explicitly
create the directory using `install -d` before moving the executable.
2015-05-10 15:46:57 -07:00
Misty De Meo
0502f0f225 Makefile: support OS X system ncurses 2015-05-10 14:48:16 -07:00
HalosGhost
40347b8e9a install and uninstall targets are PHONY 2014-08-21 00:51:52 -05:00
HalosGhost
f9b537e8f3 Fix braces for shell expansion in clean target; use install for install target; obey DESTDIR 2014-08-21 00:50:24 -05:00
HalosGhost
d17e596cd7 Use parens instead of braces 2014-08-21 00:46:46 -05:00
Murilo Pereira
eca0819609 Compile and run on OS X. 2013-12-24 14:41:02 -02:00
Murilo Pereira
c3e1736d3b Add uninstall target. 2013-03-16 12:59:55 -04:00
Murilo Pereira
b1b2c039be Add install target. 2013-03-16 12:55:17 -04:00
Murilo Pereira
e379b28468 Some systems need explicit wide character support when compiling. 2011-06-12 20:17:06 -03:00
Murilo Pereira
99ae6e954a Renamed the 'draw' module to 'gui'. 2011-06-08 22:55:44 -03:00
Murilo Pereira
802350e051 LDFLAGS go after all objects. 2011-06-04 01:42:53 -03:00
Murilo Pereira
06782215b2 s/display/draw. 2011-06-03 03:22:48 -03:00
Murilo Pereira
28ce3e07bd Removed stupid curses files. 2011-06-03 03:09:14 -03:00
Murilo Pereira
1c63b767f6 C-ifying project. 2011-05-31 03:03:13 -03:00
Murilo Pereira
3d421f31d3 s/util/curses. 2011-05-08 20:38:36 -03:00
Murilo Pereira
4802244efa Less mental retardation. 2011-05-08 20:20:22 -03:00
Murilo Pereira
422a866e10 Added helper functions for the unit tests.
* Also added tests for the helper functions
2011-02-13 19:35:40 -02:00
Murilo Pereira
97c69bdcba Compile with debug symbols. 2011-02-12 01:24:49 -02:00
Murilo Pereira
ddeb3d335f Removed noob debugging. 2011-02-11 23:58:01 -02:00
Murilo Pereira
1b1481b0a4 Add the regular objects as a dependency for the tests.
* Also execute the 'test' rule silently
2011-02-06 23:26:06 -02:00
Murilo Pereira
64a278ca99 Makefile refactoring and introducing the 'test' rule.
* Moved the main source file to the lib directory
* ttysolitaire rather than tty-solitaire
2011-02-06 21:41:06 -02:00
Murilo Soares Pereira
6545b996f2 Updating the debug branch's Makefile. 2010-04-22 01:52:08 -03:00
Murilo Soares Pereira
ee3daeb30a Suit symbols work on all terminals now. 2010-04-20 02:10:03 -03:00
Murilo Soares Pereira
ebe1be2d55 Added the cursor object as a dependency. 2010-04-20 01:01:39 -03:00
Murilo Soares Pereira
82d9ee9cb4 Added the keyboard object as a dependency. 2010-04-13 01:05:05 -03:00
Murilo Soares Pereira
9459fc8242 Added new object dependencies and titleized the makefile. 2010-04-12 23:14:39 -03:00