diff options
Diffstat (limited to 'd-x11/Makefile')
| -rw-r--r-- | d-x11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/d-x11/Makefile b/d-x11/Makefile new file mode 100644 index 0000000..3c2fc3b --- /dev/null +++ b/d-x11/Makefile @@ -0,0 +1,2 @@ +main: main.d + dmd main.d -L-lX11 |
