First PPM experiment

This commit is contained in:
2022-04-20 15:04:06 +03:00
commit d8002fe6fa
4 changed files with 127 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
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`