Skip to content

Commit

Permalink
Added stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
terhechte committed Dec 8, 2015
1 parent 689a6ee commit 92a284b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions c.sh
@@ -0,0 +1,3 @@
git add .
git commit -a -m "Added stuff"
git tag -f 1.0.0
4 changes: 2 additions & 2 deletions module.modulemap
@@ -1,8 +1,8 @@
module CX11 [system] {
explicit module Xlib {
module Xlib {
header "/usr/include/X11/Xlib.h"
}
explicit module X {
module X {
header "/usr/include/X11/X.h"
}
link "X11"
Expand Down

0 comments on commit 92a284b

Please sign in to comment.