##// END OF EJS Templates
Now uses qmake to compile an Qt-creator compatible!
Now uses qmake to compile an Qt-creator compatible!

File last commit:

r18:bd9ab647f70a default
r18:bd9ab647f70a default
Show More
Makefile
20 lines | 215 B | text/x-makefile | MakefileLexer
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