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

File last commit:

r18:bd9ab647f70a default
r20:401f23bbda24 default
Show More
Makefile
20 lines | 224 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
PROJECTFILE = ads1278.pro
all:
make all -f stm32f4XX.mk
install:
make install -f stm32f4XX.mk
clean:
make clean -f stm32f4XX.mk
distclean:
make distclean -f stm32f4XX.mk