Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrodie Thiesfield <brofield@gmail.com>2007-04-23 12:24:36 +0400
committerBrodie Thiesfield <brofield@gmail.com>2007-04-23 12:24:36 +0400
commite79bff918ab17d2a59044a6e30795edf7fa1d29c (patch)
tree1bc9ab926f87931107e44ec0f4e0934047f08aef /Makefile
parent9a891506c929d76dfe92ba81034586886bd4827e (diff)
minor changes. no release.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 265926d..5fa8f31 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ CPPFLAGS=-Wall
OBJ=testsi.o test1.o snippets.o ConvertUTF.o
+testsi.o test1.o snippets.o : SimpleIni.h
+
testsi: $(OBJ)
g++ -o testsi -lstdc++ $(OBJ)