Skip to content

Commit

Permalink
Add Makefile.am for autotools.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbowers7 committed Sep 8, 2015
1 parent 8722a63 commit 4239fdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SUBDIRS = src
dist_doc_DATA = README
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bin_PROGRAMS = scopedesign
scopedesign_SOURCES = main.c illumination.c parabola.c rays.c pupil.c sphere.c

0 comments on commit 4239fdd

Please sign in to comment.