Differences From Artifact [9581b1e60d]:
- File src/Makefile — part of check-in [ba81f68105] at 2011-03-22 02:37:48 on branch trunk — Initial import. (user: js, size: 91) [annotate] [blame] [check-ins using]
To Artifact [f955360b17]:
- File src/Makefile — part of check-in [4314708767] at 2012-02-16 14:56:10 on branch trunk — Handle closed connection. (user: js, size: 172) [annotate] [blame] [check-ins using]
1 2 3 4 5 | all: objfw-compile -Wall -g --lib 0.0 -o objirc *.m clean: rm -f *.o *.so *.dylib *.dll | > > > > | 1 2 3 4 5 6 7 8 9 | all: objfw-compile -Wall -g --lib 0.0 -o objirc *.m clean: rm -f *.o *.so *.dylib *.dll install: cp *.h /usr/local/include/ObjIRC/ cp libobjirc.dylib /usr/local/lib/ |