diff options
author | lostd <lostd@2f30.org> | 2015-06-04 23:03:57 +0100 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2015-06-04 23:03:57 +0100 |
commit | ee72ebd042e395e8c646a14d26d60fb99a8faa90 (patch) | |
tree | 4f10cc82c371cab4d102b9d069a1fc7429842c29 /Makefile | |
parent | b9cac3a190df07bcc0da7aa8318983f8e061f7c0 (diff) | |
download | nnn-ee72ebd042e395e8c646a14d26d60fb99a8faa90.tar.gz |
Make config independent to avoid accidental overwrites
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 $< $@ |