still learning
This commit is contained in:
parent
e2cc208ee4
commit
6fb8e69244
5 changed files with 170 additions and 72 deletions
5
Makefile
5
Makefile
|
@ -1,10 +1,11 @@
|
|||
## Haiku Generic Makefile v2.6 ##
|
||||
|
||||
|
||||
## Fill in this file to specify the project being created, and the referenced
|
||||
## Makefile-Engine will do all of the hard work for you. This handles any
|
||||
## architecture of Haiku.
|
||||
|
||||
# The name of the binary.
|
||||
# The name of the binary.
|
||||
NAME = DumBer
|
||||
TARGET_DIR = .
|
||||
|
||||
|
@ -109,7 +110,7 @@ SYMBOLS :=
|
|||
DEBUGGER :=
|
||||
|
||||
# Specify any additional compiler flags to be used.
|
||||
COMPILER_FLAGS =
|
||||
COMPILER_FLAGS =
|
||||
|
||||
# Specify any additional linker flags to be used.
|
||||
LINKER_FLAGS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue