Files
1bit-sound/Makefile
T
2022-04-20 15:04:06 +03:00

5 lines
153 B
Makefile

all: main
./main
main: main.cpp sound_server.h sound_server.cpp Makefile
g++ -std=c++11 -o main main.cpp sound_server.cpp `sdl-config --cflags --libs`