mirror of
				https://github.com/fooflington/wordsearch.git
				synced 2025-10-30 12:28:33 +00:00 
			
		
		
		
	twiddle with classpath
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,7 +1,7 @@ | |||||||
| JAVA  = /usr/bin/java | JAVA  = /usr/bin/java | ||||||
| # JAVAFLAGS = -version # -classpath $(LIBS) | LIBS = .:war/WEB-INF/lib/commons-lang.jar:war/WEB-INF/lib/sqlite-jdbc.jar | ||||||
| JAVAC = /usr/bin/javac | JAVAC = /usr/bin/javac | ||||||
| JFLAGS = -g # -classpath $(LIBS) | JFLAGS = -g -classpath $(LIBS) | ||||||
|  |  | ||||||
| SRCS = uk/org/mafoo/wordsearch/CouldNotPlaceWordException.java \ | SRCS = uk/org/mafoo/wordsearch/CouldNotPlaceWordException.java \ | ||||||
|        uk/org/mafoo/wordsearch/Bounds.java \ |        uk/org/mafoo/wordsearch/Bounds.java \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user