Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 committed Jun 20, 2024
1 parent 9f0deb5 commit 0f10082
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
8 changes: 0 additions & 8 deletions Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion build_and_run.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
make win_buildrun
make -f buildrun.win
2 changes: 1 addition & 1 deletion build_and_run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
make lnx_buildrun
make -f buildrun.lnx
2 changes: 1 addition & 1 deletion build_only.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
make win_buildonly
make -f buildonly.win
2 changes: 1 addition & 1 deletion build_only.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
make lnx_buildonly
make -f buildonly.lnx

0 comments on commit 0f10082

Please sign in to comment.