Last change
on this file since 164 was
163,
checked in by karaoui, 12 years ago
|
changing mover to memo
changing soft.bin to soft.elf
...
|
File size:
357 bytes
|
Rev | Line | |
---|
[163] | 1 | SRCS += $(wildcard src/*.cpp) |
---|
| 2 | SRCS += $(wildcard src/libelfpp/*) |
---|
| 3 | SRCS += main.cpp |
---|
| 4 | |
---|
| 5 | HDRS += $(wildcard include/*) |
---|
| 6 | HDRS += $(wildcard include/libelfpp/elfpp/*) |
---|
| 7 | HDRS += $(wildcard include/libelfpp/dpp/*) |
---|
| 8 | |
---|
| 9 | INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ |
---|
| 10 | |
---|
| 11 | memo.x: $(SRCS) $(HDRS) |
---|
| 12 | g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x |
---|
| 13 | |
---|
| 14 | clean: |
---|
| 15 | rm memo.x |
---|
Note: See
TracBrowser
for help on using the repository browser.