Subversion Repositories SvarDOS

Rev

Rev 1381 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1381 Rev 1783
Line 1... Line 1...
1
#
1
#
2
# make instructions to build svarlang and tlumacz.exe with OpenWatcom
2
# make instructions to build svarlang and tlumacz.exe with OpenWatcom
3
# Copyright (C) 2021-2023 Mateusz Viste
3
# Copyright (C) 2021-2024 Mateusz Viste
4
#
4
#
5
 
5
 
6
ALLBIN = svarlngs.lib svarlngc.lib svarlngm.lib svarlngl.lib tlumacz.exe
6
ALLBIN = svarlngs.lib svarlngc.lib svarlngm.lib svarlngl.lib tlumacz.exe
7
all: $(ALLBIN)
7
all: $(ALLBIN)
8
 
8