This website works better with JavaScript.
Home
Explore
Help
Sign In
neko
/
owo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
make sure the directory we're supposed to make to actually exists
master
neko
1 month ago
parent
25487c4091
commit
f99cf77696
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
View File
@ -11,6 +11,7 @@ PREFIX ?= /usr/local
all
:
$(
TARGET
)
install
:
$(
TARGET
)
mkdir -p
$(
DESTDIR
)
$(
PREFIX
)
/bin
install $<
$(
DESTDIR
)
$(
PREFIX
)
/bin
clean
:
Write
Preview
Loading…
Cancel
Save