aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use proper Makefile syntax in rulesTheRealKeto2021-09-011-6/+8
| | | | | | | - Refer to rule requisites using proper syntax for rules - Declare rules that don't refer to files as phony Signed-off-by: Cameron Katri <me@cameronkatri.com>
* Use a variable to specify the SDKTheRealKeto2021-08-061-1/+2
| | | | | | | - Allow users to specify an SDK path - Use a new var, TARGET_SYSROOT, to specify the SDK Signed-off-by: Cameron Katri <me@cameronkatri.com>
* Major changes and fixesTheRealKeto2021-07-051-5/+8
| | | | | | | | | - Add uninstall function - Reduces some lines of code - Packaging function now uses install function - Removes unessesary DESTDIR variable defintion Signed-off-by: Cameron Katri <me@cameronkatri.com>
* Clean /varv0.3Cameron Katri2020-12-171-1/+1
|
* Don't use an include directoryCameron Katri2020-12-071-2/+2
|
* Remove uicache dependencyv0.2Cameron Katri2020-12-061-19/+20
| | | | | Don't use NSTask Reorganize
* Strip the binaryCameron Katri2020-12-031-0/+1
|
* Add LICENSE and packagingCameron Katri2020-12-031-4/+33
|
* InitialCameron Katri2020-12-031-0/+13