aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* make was not working on my laptop. adding override to a bunch of lines made i...epoch2020-10-091-10/+15
* hackvr_svg? what kind of madness is this?epoch2020-07-171-1/+6
* added ability to set library-specific pathsepoch2020-05-051-2/+9
* added hackvr_fb back into the default buildepoch2020-04-141-4/+4
* forgot to remove the hackvr script from the install targetepoch2020-04-131-1/+0
* noticed I don't need input.o in the makefile anymoreepoch2020-04-121-2/+3
* added a new idea of using X11 video and /dev/input/event for input. moved hac...epoch2020-04-121-13/+24
* I did NOT need all those explicit rules for the .o files... wtf, me?epoch2020-04-031-35/+10
* added ability for you to add custom LDLIBS when makingepoch2020-03-281-3/+3
* added hackvr_uri script and fixed the makefile brokennessepoch2020-03-281-1/+0
* bunch of stuff that added proper flatten, then broke stuff again trying to ma...epoch2020-03-281-22/+23
* turned a hard-coded include path into one based on PREFIXepoch2020-02-131-1/+1
* renamed GNUmakefile back to Makefile and added a tool to help with tailing mu...epoch2020-02-051-0/+93
* renamed Makefile to GNUmakefile because I use GNU specific stuffepoch2019-05-181-77/+0
* got rid of -D argument for install in Makefile because it does not mean the s...epoch2019-02-051-6/+7
* added --version/-v/version flag/command. changed mouse coords from shrot to intepoch2019-02-051-0/+7
* fuck if I know. lots of shit. moved files.epoch2018-12-161-6/+12
* shouldn't delete hackvr on clean... it is a script and not a binary. oops.epoch2018-02-221-1/+0
* added attempt at freeglut doing 3depoch2018-02-211-0/+7
* fixed src Makefile to actually create the installation target dirs (-D to ins...epoch2018-02-191-5/+5
* added a couple fixes to the makefile.epoch2018-02-191-1/+3
* added hackvr_fb to makefileepoch2018-02-031-1/+6
* added install and uninstall and a Makefile to the root dir.epoch2018-01-021-0/+12
* got rid of opengl as one of the default built targetsepoch2017-12-191-2/+2
* I have no idea why I am doing this...epoch2017-03-191-8/+13
* removed hackvr_opengl from all target since it doesn't work yet.epoch2017-02-021-1/+2
* makefile now makes hackvr symlink to hackvr_x11, config.h splits by default, ...epoch2017-01-151-0/+1
* took -lX11 off of graphics.o targetepoch2017-01-091-1/+1
* fixed a bug I notied where -DGRAPHICAL was for the wrong targetepoch2017-01-091-4/+2
* made all versions get built by default and moved some functions from graphics...epoch2017-01-091-12/+17
* working on opengl but set defaults back to x11epoch2017-01-071-0/+7
* lots and lots of shit. opengl shit is barely worked on. new pl script to obj2...epoch2017-01-031-6/+7
* trying to split up hackvr.c into graphical and non-graphical stuff to make it...epoch2016-12-211-0/+20