Compare commits
2 Commits
250db2c90f
...
3bf4f854c7
Author | SHA1 | Date | |
---|---|---|---|
3bf4f854c7 | |||
8b70635e79 |
@ -11,7 +11,6 @@ CFLAGS := -Wall -Wextra -Werror -Os
|
|||||||
$(APPS_BIN)/%: $(APPS_SRC)/%.c
|
$(APPS_BIN)/%: $(APPS_SRC)/%.c
|
||||||
@mkdir -p $(@D)
|
@mkdir -p $(@D)
|
||||||
$(CC) $(CFLAGS) -o $@ $^
|
$(CC) $(CFLAGS) -o $@ $^
|
||||||
$(STRIP) $@
|
|
||||||
|
|
||||||
build: $(REAL_APPS)
|
build: $(REAL_APPS)
|
||||||
|
|
||||||
|
@ -168,5 +168,5 @@ int main()
|
|||||||
|
|
||||||
printf("Success!! Got PID %ld\n", child);
|
printf("Success!! Got PID %ld\n", child);
|
||||||
|
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user