diff options
author | mafaldo <mafaldo@heavyhammer.home> | 2018-02-17 00:32:26 +0100 |
---|---|---|
committer | mafaldo <mafaldo@heavyhammer.home> | 2018-02-17 00:32:26 +0100 |
commit | 452805722ee8dcc9f670975550f81fd6011e428d (patch) | |
tree | fceeff6f4d3796407ad97677116e4027e47debfc | |
parent | add Item type, use for MeleeWeapon (diff) | |
parent | Update Makefile to pass arguments to cmake (diff) | |
download | Subconscious-old-452805722ee8dcc9f670975550f81fd6011e428d.tar.gz Subconscious-old-452805722ee8dcc9f670975550f81fd6011e428d.zip |
Merge makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,9 +6,8 @@ java: runjava: java gradle run - cpp: - cmake --build build + cmake --build build -- $(filter-out $@,$(MAKECMDGOALS)) runcpp: cpp ./build/exe/main/main |