mirror of
				https://github.com/theKapcioszek/fremen-transcriptor.git
				synced 2025-10-27 21:23:39 +01:00 
			
		
		
		
	Updated Makefile
This commit is contained in:
		
							parent
							
								
									596fb42bdc
								
							
						
					
					
						commit
						9b19db110e
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,9 +1,13 @@ | ||||
| DESTDIR := /opt | ||||
| SYMLINK := /bin | ||||
| 
 | ||||
| default: fremen | ||||
| 
 | ||||
| fremen: ./src/main.c | ||||
| 	cc -o fremen src/main.c -I./raylib/raylib-5.0_linux_amd64/include -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm | ||||
| install: | ||||
| fremen.exe: ./src/main.c | ||||
| 	x86_64-w64-mingw32-gcc src/main.c -I./raylib/raylib-5.0_win64_mingw-w64/include/ -L./raylib/raylib-5.0_win64_mingw-w64/lib/ -lraylib -lwinmm -lgdi32 -o fremen.exe | ||||
| install: fremen | ||||
| 	mkdir $(DESTDIR)/fremen-transcriptor | ||||
| 	cp fremen $(DESTDIR)/fremen-transcriptor | ||||
| 	cp -r fremen-assets $(DESTDIR)/fremen-transcriptor | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bartłomiej Szostak
						Bartłomiej Szostak