Arun Prakash Jana
7 years ago
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@@ -27,7 +27,7 @@ $(BIN): $(SRC) |
|
|
|
strip $@ |
|
|
|
|
|
|
|
debug: $(SRC) |
|
|
|
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnndbg $^ $(LDFLAGS) $(LDLIBS) |
|
|
|
$(CC) -DDEBUGMODE -g $(CFLAGS) -o nnn $^ $(LDFLAGS) $(LDLIBS) |
|
|
|
|
|
|
|
install: all |
|
|
|
mkdir -p $(DESTDIR)$(PREFIX)/bin |
|
|
|