We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3782e6a commit 3620ab0Copy full SHA for 3620ab0
1 file changed
README.md
@@ -20,6 +20,7 @@ steps:
20
- uses: open-watcom/setup-watcom@v0
21
with:
22
version: "2.0"
23
+ target: "dos"
24
- run: |
25
wcl386 -zq -d+ -i"${{ env.WATCOM }}/h" -w3 -bt=dos -d2 -fomain.c.obj -c -cc main.c
26
wlink option quiet name hello.exe opt map system dos4g debug all file main.c.obj
0 commit comments