Changeset 8e1730c for auto/output/Makefile
- Timestamp:
- 06/09/09 20:22:14 (15 years ago)
- Branches:
- master
- Children:
- 4518a0b
- Parents:
- 8c8a252
- git-author:
- Mateusz Hromada <ruanda@…> (06/09/09 20:22:14)
- git-committer:
- Mateusz Hromada <ruanda@…> (06/09/09 20:22:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
auto/output/Makefile
r8c8a252 r8e1730c 46 46 VPATH = ./src 47 47 48 PROGRAMS = tok sen fla gph kot unfla grp mar ser 48 PROGRAMS = tok sen fla gph kot unfla grp mar ser kon 49 49 50 50 TOK_OBJ_FILES = tok.o tok_cmdline.o … … 86 86 SER_PERL_FILES = ser.pl 87 87 ser: \$(SER_PERL_FILES) 88 89 KON_PERL_FILES = kon.pl 90 kon: \$(KON_PERL_FILES) 88 91 89 92 CONFIG_FILES = src/config.h Makefile
Note: See TracChangeset
for help on using the changeset viewer.