Stefan Schuermans commited on 2014-01-03 12:06:24
Showing 122 changed files, with 2 additions and 2 deletions.
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
CFGS=$(wildcard config/*.cfg.sh) |
| 2 |
-SRCS=$(wildcard noarch/*.cpp) $(wildcard linux/*.cpp) |
|
| 2 |
+SRCS=$(wildcard common/*.cpp) $(wildcard linux/*.cpp) |
|
| 3 | 3 |
TARGET=Blinker |
| 4 | 4 |
|
| 5 | 5 |
CPP=g++ |
| 6 | 6 |
CONFIG= |
| 7 | 7 |
DEFINE=-DBLINKER_CONFIG="\"$(CONFIG)\"" |
| 8 |
-INCLUDE=-Inoarch -Ilinux |
|
| 8 |
+INCLUDE=-Icommon -Ilinux |
|
| 9 | 9 |
CFLAGS=-Wall -Wextra -Werror -O2 -g2 |
| 10 | 10 |
LDFLAGS= |
| 11 | 11 |
LIBS=-lBlinkenLib |