This website requires JavaScript.
Explore
Help
Register
Sign In
eburk
/
sdlamp
Watch
1
Star
0
Fork
0
You've already forked sdlamp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sdlamp
/
Makefile
5 lines
86 B
Makefile
Raw
Normal View
History
Unescape
Escape
init
2023-01-11 14:57:19 -08:00
CC_SDL
=
`
sdl2-config --cflags --libs
`
all
:
implement AudioStream and volume
2023-01-19 12:03:57 -08:00
cc *.c -o sdlamp -std
=
c11
$(
CC_SDL
)
-Wall
Reference in New Issue
Copy Permalink