Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
markruys committed Feb 15, 2021
1 parent f7fbf65 commit 05a9174
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
@@ -0,0 +1,7 @@

default:
apxs -c mod_realdoc.c

install:
apxs -i -a -n realdoc mod_realdoc.la

0 comments on commit 05a9174

Please sign in to comment.