Skip to content

Commit c26d2b3

Browse files
committed
Use static and clean bin
1 parent d31bab8 commit c26d2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=gcc
2-
CFLAGS=-Iinclude
2+
CFLAGS=-Iinclude -static
33
OBJ_DIR=build
44
SRC_DIR=src
55

@@ -16,4 +16,4 @@ fpcomp: $(OBJ)
1616
.PHONY: clean
1717

1818
clean:
19-
rm -f $(OBJ_DIR)/*.o *~
19+
rm -f $(OBJ_DIR)/*.o fpcomp*

0 commit comments

Comments
 (0)