This website requires JavaScript.
Explore
Help
Sign In
bedohswe
/
foxp
Watch
1
Star
0
Fork
0
You've already forked foxp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
680f3c77ab
foxp
/
Makefile
4 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add Makefile and src/
2024-06-01 20:25:25 +00:00
all
:
Add bin/ and .gitignore
2024-06-01 20:27:30 +00:00
mkdir -p bin/
Add "-std=c99" into Makefile
2024-06-01 20:31:53 +00:00
$(
CC
)
-o bin/foxpc -O2 -Wall -Wextra -Wpedantic -std
=
c99 src/*.c
Reference in New Issue
Copy Permalink