##// END OF EJS Templates
Removed case collision.
Removed case collision.

File last commit:

r18:bd9ab647f70a default
r19:ea26a7b7aed1 default
Show More
Makefile
20 lines | 215 B | text/x-makefile | MakefileLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
PROJECTFILE = 24LC0X.pro
all:
make all -f lpc17XX.mk
install:
make install -f lpc17XX.mk
clean:
make clean -f lpc17XX.mk
distclean:
make distclean -f lpc17XX.mk