Skip to content

Commit

Permalink
Correct the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgu74 committed Jun 27, 2011
1 parent 1703980 commit cfc9c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ EXE=opacms.exe

all: $(EXE)

opacms.exe: OpaCms.editor.opx OpaCms.user.opx OpaCms.page.opx OpaCms.admin.opx src/main.opa
opacms.exe: OpaCms.editor.opx OpaCms.user.opx OpaCms.config.opx OpaCms.page.opx OpaCms.admin.opx src/main.opa
$(OPA) $^ -o $(EXE)

OpaCms.user.opx: src/user.opa
Expand Down

0 comments on commit cfc9c9d

Please sign in to comment.