Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
LabComm
Commits
1e9fe533
Commit
1e9fe533
authored
Dec 09, 2014
by
Anders Blomdell
Browse files
Corrected distcleanup
parent
d622aef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/user_types/Makefile
View file @
1e9fe533
...
...
@@ -2,7 +2,9 @@ LCDIR=../..
LCCJAR
=
${LCDIR}
/compiler/labcomm2014_compiler.jar
# the LabComm compiler
LCLJAR
=
${LCDIR}
/lib/java/labcomm2014.jar
# the LabComm library
EXECUTABLES
=
example_encoder example_decoder Encoder.class Decoder.class Encoder.exe Decoder.exe
EXECUTABLES
=
example_encoder example_decoder
\
Encoder.class Decoder.class
\
ExampleEncoder.exe ExampleDecoder.exe
include
${LCDIR}/lib/c/os_compat.mk
GENDIR
=
gen
...
...
@@ -174,3 +176,8 @@ clean:
distclean
:
clean
rm
-f
${EXECUTABLES}
rm
-f
encoded_data_c
rm
-f
encoded_data_cs
rm
-f
encoded_data_j
rm
-f
encoded_data_p
rm
-f
labcomm.dll
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment