This website requires JavaScript.
Explore
Help
Sign In
prenex
/
slc
Watch
1
Star
0
Fork
0
You've already forked slc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
slc
/
makefile
5 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
added main.c and makefile
2024-09-14 12:54:22 +02:00
debug
:
added warnings to build
2024-09-26 11:04:17 +02:00
gcc -Wall -g hamt.c main.c -o main
added main.c and makefile
2024-09-14 12:54:22 +02:00
release
:
added warnings to build
2024-09-26 11:04:17 +02:00
gcc -Wall -O2 hamt.c main.c -o main
Reference in New Issue
Copy Permalink