Skip to content

Commit

Permalink
Remove -c option
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent 604aea6 commit b1bf5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/Radar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ else
endif

all:
$(CC) $(C_FLAGS) -shared -o bin/$(LIB_NAME) -c $(SHARED_DIR)/moeaframework.c
$(CC) $(C_FLAGS) -shared -o bin/$(LIB_NAME) $(SHARED_DIR)/moeaframework.c

0 comments on commit b1bf5a7

Please sign in to comment.