This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make config independent to avoid accidental overwrites
master
lostd
9 years ago
parent
b9cac3a190
commit
ee72ebd042
1 changed files
with
3 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-5
Makefile
+ 3
- 5
Makefile
View File
@@ -21,6 +21,9 @@ noice.o: util.h config.h
strlcat.o: util.h
strlcpy.o: util.h
config.h:
cp config.def.h $@
install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin
@@ -40,8 +43,3 @@ dist:
clean:
rm -f $(BIN) $(OBJ) noice-$(VERSION).tar.gz
.SUFFIXES: .def.h
.def.h.h:
cp $< $@
Write
Preview
Loading…
Cancel
Save