aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2023-09-30Switch to the 0BSD licenseTeddy Wing
2023-09-30Add license (primarily BSD-3-Clause)Teddy Wing
2023-09-30MainMenu: Move application name to a constantTeddy Wing
2023-09-30Try to get app name from compiler flagTeddy Wing
2023-09-25Makefile: Add warning and error compiler flagsTeddy Wing
2023-09-18Makefile: Remove `PRODUCT`Teddy Wing
2023-09-16Makefile: Move compiler flags to variablesTeddy Wing
2023-09-09Makefile: Set dependency on Localizable.strings filesTeddy Wing
2023-09-09Makefile: Clean up space/no-space handling in application nameTeddy Wing
2023-09-05Makefile: Remove errors when APP_NAME has no spacesTeddy Wing
2023-09-05Makefile: Try building an app with no spaces in its nameTeddy Wing
2023-09-05Makefile: Adjust no-space rules so we don't rebuild every runTeddy Wing
2023-09-04Makefile: Try to not recompile the executable when building .appTeddy Wing
2023-09-04Makefile: Move space-less version to a .app bundle with spacesTeddy Wing
2023-09-04Makefile: Fix *.lproj targetsTeddy Wing
2023-09-04Makefile: Try building no space version of .app bundleTeddy Wing
2023-09-03Makefile: Test replacing spaces in the app name with a differen charTeddy Wing
2023-09-03Makefile: Try to build .app bundleTeddy Wing
2023-08-22Makefile: Convert Localizable.strings to UTF-8Teddy Wing
2023-08-22Makefile: Add targets to generate a Localizable.strings fileTeddy Wing
2023-08-15Move build product to `/build/`Teddy Wing
2023-08-14Simple windowed applicationTeddy Wing