Upload files to "utils"
This commit is contained in:
parent
394e1be746
commit
ba60cbdcb5
5 changed files with 3346 additions and 0 deletions
15
utils/Makefile
Normal file
15
utils/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# use GNU-Compiler tools
|
||||
COMPILER=GCC_
|
||||
|
||||
MAIN = main
|
||||
SOURCES = ${MAIN}.cpp
|
||||
OBJECTS = $(SOURCES:.cpp=.o)
|
||||
|
||||
PROGRAM = ${MAIN}.${COMPILER}
|
||||
|
||||
default:doc
|
||||
|
||||
|
||||
include ../${COMPILER}default.mk
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue