Compare commits
No commits in common. "3bf4f854c767282d47bdb28b22d1f3517b100f36" and "250db2c90f2bb18cf7105f8dbab80894a8595c67" have entirely different histories.
3bf4f854c7
...
250db2c90f
@ -11,6 +11,7 @@ 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 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user