# ----------------------------------------------------
# Test 11: test MS/UNIX style symbolic targets
# ----------------------------------------------------

clean: force
    @echo Done.

force:
