##// 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 | 216 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
PROJECTFILE = strings.pro
all:
make all -f stm32F4.mk
install:
make install -f stm32F4.mk
clean:
make clean -f stm32F4.mk
distclean:
make distclean -f stm32F4.mk