blob: c873690d81b82aad3eb3f0caf634f29947a007fb (
plain) (
tree)
|
|
# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org)
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
#
# [GNU All Permissive License]
.PHONY: clean
clean:
-rm -r bin obj
|