modified: Makefile
parent
bc53d5bcf3
commit
cb6571a0d6
8
Makefile
8
Makefile
|
@ -14,14 +14,14 @@ CONFIG=src/config.h #config file
|
||||||
|
|
||||||
ALLF=$(UIF) $(PLF) $(DBF) $(LLST)
|
ALLF=$(UIF) $(PLF) $(DBF) $(LLST)
|
||||||
|
|
||||||
all: debug release
|
all: debug
|
||||||
#targets
|
#targets
|
||||||
debug: test ui planner db iCal llist
|
debug: test ui planner db iCal llist
|
||||||
gcc test.o ui.o planner.o db.o iCal.o llist.o -o debugOut
|
gcc -DDEBUG test.o ui.o planner.o db.o iCal.o llist.o -o debugOut
|
||||||
|
|
||||||
|
|
||||||
release: $(ALLF)
|
# release: $(ALLF)
|
||||||
gcc -DRELEASE -fPIC -shared -o libStudyPlanner.so $(ALLF)
|
# gcc -DRELEASE -fPIC -shared -o $(ALLF)
|
||||||
|
|
||||||
|
|
||||||
# config: $(CONFIG)
|
# config: $(CONFIG)
|
||||||
|
|
Loading…
Reference in New Issue