We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56499b5 commit 04391bbCopy full SHA for 04391bb
Makefile
@@ -1,9 +1,12 @@
1
+PREFIX?= /usr/local
2
+
3
help:
4
@echo This makefile is just for the test program \(use \"make clean all test\"\)
5
@echo Just include the SimpleIni.h header file to use it.
6
7
install:
- @echo No install required. Just include the SimpleIni.h header file to use it.
8
+ mkdir -p $(DESTDIR)$(PREFIX)/include/
9
+ install -C -m 644 SimpleIni.h $(DESTDIR)$(PREFIX)/include/
10
11
TOPTARGETS := all clean test
12
0 commit comments