sound support
This commit is contained in:
		
							
								
								
									
										2
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								makefile
									
									
									
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
CXX = g++
 | 
			
		||||
LDFLAGS = `sdl2-config --libs` -l SDL2_ttf
 | 
			
		||||
LDFLAGS = `sdl2-config --libs` -l SDL2_ttf -l SDL2_mixer
 | 
			
		||||
CXXFLAGS = `sdl2-config --cflags` -pedantic -O2 -std=c++17 -lX11 -lstdc++fs -I include
 | 
			
		||||
SRC = $(wildcard src/*.cpp)
 | 
			
		||||
OBJ = $(addprefix build/, $(notdir $(SRC:.cpp=.o)))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user