• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Demonstration of groff .psbb request handling code, for EPS and PDF input files


Commit MetaInfo

Revision8ca6d9693e3e7a36c765a637de17110750d5ce6a (tree)
Zeit2021-10-22 22:27:47
AutorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Clean state map generator files.

* GNUmakefile (clean): Augment commands to remove files...
[*.map]: ...matching this glob reference.

Ändern Zusammenfassung

Diff

--- a/GNUmakefile
+++ b/GNUmakefile
@@ -109,6 +109,6 @@ STATE_MAP_SCRIPT = -e '/@LEXER_STATE_MAP@/{r $@x' -e d -e '}' \
109109
110110 # Clean up rules
111111 #
112-clean:; $(RM) *.o psbb
112+clean:; $(RM) *.o *.map psbb
113113 realclean: clean
114114 $(RM) `echo *.l | sed 's,\.l,.c,g'` *.tab.* *.a