• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

programming language


Commit MetaInfo

Révision6bf2b659221d3d703886ff46fd1bfdb2797d4bd9 (tree)
l'heure2023-07-12 22:34:58
Auteurdhrname <dhrname@joes...>
Commiterdhrname

Message de Log

Add the ChangeLog.txt for a History of the Jostar

Change Summary

Modification

--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ bin/jostar.exe: test.c
2222
2323 Token.java: lex.jj
2424 java -cp "$(MAKEFILE_DIR)/bin/javacc/javacc.jar" javacc $^
25+
26+$(CLASSDIR)Parser.class: Parser.java
27+ javac $^
2528
2629 $(OBJECTDIR)lex.o: lex.yy.cc FlexLexer.h
2730 $(CC) $(LLVM) lex.yy.cc -c -o $@