Fixed 2 bugs.
[ned1] / nedsim / Makefile
index f34d74d..9ed1fe5 100644 (file)
@@ -8,7 +8,7 @@ SRC != ls *.c
 all: nedsim
 
 nedsim:
 all: nedsim
 
 nedsim:
-       $(CC) -o $@ $(SRC)
+       $(CC) $(CC_FLAGS) -o $@ $(SRC)
 
 clean:
        @rm -f nedsim
 
 clean:
        @rm -f nedsim