This website requires JavaScript.
Explore
Help
Sign In
kyle
/
kge
Watch
1
Star
0
Fork
You've already forked kge
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Makefile now autobuilds.
Browse Source
...
This commit is contained in:
Kyle Isom
2023-10-09 04:49:55 -07:00
parent
f49a41bd77
commit
96febb88ec
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
1
Makefile
Unescape
Escape
View File
@ -1,5 +1,6 @@
.PHONY
:
all
.PHONY
:
all
all
:
all
:
mkdir -p build
&&
cd
build
&&
cmake ..
&&
make
.PHONY
:
deps
.PHONY
:
deps
deps
:
deps
:
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kyle/kge
Title
Body
Create Issue