| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-01 21:16:57 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-09-01 21:16:57 +0200 |
| commit | 092615cdf57a1b230c793d08c9cab9ca62008415 (patch) | |
| tree | 4a954e2dd40113c516e1f3348e7b5d432689f6c4 | |
| parent | d705e71f90bc4874fb13e4496a2ebd6968d38a79 (diff) | |
Forgot to include the CFLAGS in the last step.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ export build: $(EXECUTABLE) $(EXECUTABLE): $(SRC_DIR)/export.a - $(CC) -o $@ $< + $(CC) $(CFLAGS) -o $@ $< $(SRC_DIR)/export.a: $(MAKE) -C $(SRC_DIR) export.a |


